Skip to main content

TsgExportParams

Unit:CADExport

Description

Defines export parameters.

FieldDescription
VersionVersion of the output DXF file
PageWidthPage width (in mm)
PageHeightPage height (in mm)
MarginMargin (in mm)
DrawModeDraw mode (color/black-and-white/gray)
BackgroundColorBackground color
DefaultColorDefault color
MarginMargin (in mm)
NullWidth
LineWeightScaleLine weight scale
SaveLineWeight
QualityQuality of the output PDF file
LayoutNameExportModeLayout export mode
TitleTitle (for PDF documents)
AuthorAuthor (for PDF documents)
SubjectSubject (for PDF documents)
KeywordsKeywords (for PDF documents)
Lineweights Line weights

Syntax

type TsgExportParams = record

Version: Integer;
PageWidth: Double;
PageHeight: Double;
Margin: Double;
DrawMode: Integer;
BackgroundColor: Integer;
DefaultColor: Integer;
NullWidth: Double;
LineWeightScale: Double;
SaveLineWeight: Boolean;
Quality: Double;
LayoutExportMode: Integer;
LayoutNameExportMode: string;
Title, Author, Subject, Keywords: string;
LineWeights: string;
end;